DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IndexedGroup<TKey,T> Class
The type of the index key.
The type of the elements of the indexed collection.
Members

In This Topic
    IndexedGroup<TKey,T> Class
    In This Topic
    Represents a group of elements with the same key belonging to a collection of groups resulting from a search operation with grouping.
    Object Model
    IndexedGroup<TKey,T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class IndexedGroup
        (Of TKey,T) 
       Inherits IndexedGroup(Of T)
       Implements C1.LiveLinq.Indexing.IIndexedSource(Of T) 
    public abstract class IndexedGroup<TKey,T> : IndexedGroup<T>, C1.LiveLinq.Indexing.IIndexedSource<T>  
    Type Parameters
    TKey
    The type of the index key.
    T
    The type of the elements of the indexed collection.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.Indexing.Search.IndexQuery<T>
          C1.LiveLinq.Indexing.Search.IndexedGroup<T>
             C1.LiveLinq.Indexing.Search.IndexedGroup<TKey,T>

    See Also